home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
comm
/
www
/
awdntsc.lha
/
AWDNTSC
/
helpdocs
/
template
< prev
next >
Wrap
Text File
|
2008-08-09
|
1KB
|
48 lines
Back to MENU
Back to FUNCTIONS
Template
--------
General:
The TEMPLATE button automatically inserts a default HTML document
template at the position of the cursor. If the cursor is positioned
on a line with text on, that text is inserted between the TITLE
tags.
Syntax:
<HTML> - Denotes start of HTML document
<HEADER> - Denotes start of header
<TITLE> - Denotes start of title
{Title text} - Title text (appears in WWW browser window bar)
</TITLE> - Denotes end of title text
</HEADER> - Denotes end of header
<BODY> - Denotes start of body
{The Body} - The body
</BODY> - Denotes end of body
</HTML> - Denotes end of HTML document
More explanation of the HTML document structure is provided in the
PRIMER .
Use:
1 - Double click on the "Template" item. The tags will be inserted.
or
1 - SELECT the text that you wish to call the page's title.
2 - Double click on the "Template" item. The tags will be inserted.
Example:
<HTML>
<HEADER>
<TITLE> English Mustards </TITLE>
</HEADER>
<BODY>
...
</BODY>
</HTML>